ASP.NET Core2.2 和2.1 版本中对cookie的设置和存储 1.需要在startup.cs中添加cookie的服务 图示: 2.在startup.cs中启动服务 图示: startup.cs中添加的引用: ...